home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / comm / ezdia183.zip / EZDIALUP.INI < prev    next >
Text File  |  1997-01-10  |  926b  |  42 lines

  1. ; This forces software to act as a server.  Change to false
  2. ; or remove for Client...
  3. ;
  4. server=true
  5. ;
  6. ; This line used for client only and is ignored if server = true
  7. ;
  8. phone = 9,555-1212
  9. ;
  10. ; Don't like my name?  Make up another!
  11. ;
  12. windowtitle = EZ Dialup
  13. ;
  14. ; This is here only for possible future compatibility issues
  15. ; Leave at 200 for now...
  16. ;
  17. TimerInterval = 200
  18. ;
  19. ; Communications parameters and modem commands.
  20. ;
  21. commstring = 19200,n,8,1
  22. ;
  23. ; If set to COMX, EZDialup will attempt to locate the first
  24. ; modem - or use COM1, COM2...
  25. ;
  26. commport = COM2
  27. ;
  28. ; For client, only difference is V0X0 _must_ be changed to V1X4
  29. ; If you forget, though, EZDialup will catch it and fix it....
  30. ;
  31. init1 = ATZ
  32. init2 = ATE0S0=0V0X0
  33. ;
  34. ; For downloads.  Max. number is 4096, but 4000 works well
  35. ;
  36. blocksize = 4000
  37. ;
  38. ; For uploads.  Max. number is 4096, but 4000 works well
  39. ;
  40. uploadblocksize = 4000
  41.  
  42.